home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / blue_ribbon / patchmeister / help / driver_protocol_1 < prev    next >
Text File  |  1994-11-17  |  2KB  |  33 lines

  1. This string gadget stores the MIDI Command that is to be used for the
  2. action specified by the `GET FROM SYNTH' - `SEND TO SYNTH' - `AUDITION'
  3. cycle gadget.
  4.  
  5. All commands must be entered as hex bytes separated by spaces.  For
  6. example, the command to retrieve a Voice Bank from a DX-7 would be
  7. entered as follows ==>  F0 43 20 09 F7.
  8.  
  9. All commands must be entered with a MIDI channel of zero.  The sysex
  10. MIDI channel associated with the window will be substituted when the
  11. command is actually sent to your synth.
  12.  
  13. PATCH NUMBERS:  If the MIDI command you are entering must allow for
  14.                 patch number substitution, use a "-P" to show where
  15.                 the patch number should be placed.  For example, the
  16.                 command to get a memory location from an SPX-90 would
  17.                 be ==>  F0 43 20 7E 4C 4D 20 20 38 33 33 32 4D -P F7.
  18.                 The "-P" will later be replaced with the actual memory
  19.                 location (patch) you wish to receive.  If a command
  20.                 contains a "-P", you will be expected to enter the
  21.                 minimum and maximum values that can be used for the
  22.                 "-P" substitution (see Patch # Mn and Mx).
  23.  
  24. SEND TO SYNTH:  When entering hex commands that send data to your synth,
  25.                 enter an "-D" to show where the sysex data must reside
  26.                 for the send, and use an "-E" to show where the checksum
  27.                 must be placed (if applicable).  For example, the command
  28.                 to send a Voice Bank to a DX-7 would be entered as
  29.                 follows ==>  F0 43 00 09 20 00 -D -E F7.
  30.  
  31. AUDITION:       A value of "PC" will cause program change commands to be
  32.                 used for the auditioning process.
  33.